.slideshow .item img { width: 100%; -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1); -o-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1); -moz-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1); transition: all 1s cubic-bezier(0.7, 0, 0.3, 1); -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); transform: scale(1.2); }

.slideshow .item.slick-active img { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }

/* .slick-dots */
.slick-dots { position: absolute; width: 100%; bottom: 40px; text-align: center; line-height: 0; }

.slick-dots li { display: inline-block; }

.slick-dots li button { cursor: pointer; background: url(../images/dot.png) no-repeat center center; background-size: contain; font-size: 0px; margin: 0 13px; border: none; outline: none; width: 18px; height: 18px; }

.slick-dots li.slick-active button { background: url(../images/dot1.png) no-repeat center center; background-size: contain; }

@media screen and (max-width: 999px) { .slick-dots { bottom: 20px; }
  .slick-dots li button { width: 16px; height: 16px; } }

@media screen and (max-width: 999px) { .slick-dots { bottom: 10px; }
  .slick-dots li button { width: 12px; height: 12px; margin: 0 2px; } }

/*  */
.slick-prev, .slick-next { display: none !important; width: 60px; height: 60px; line-height: 60px; text-align: center; border: 0; cursor: pointer; position: absolute; top: 50%; margin-top: -30px; opacity: 0.9; background-color: #fff; border-radius: 50%; z-index: 99; }

.slick-prev .iconfont, .slick-next .iconfont { font-size: 27px; font-size: 2.7rem; color: #F39801; }

.slick-prev:hover, .slick-next:hover { background-color: #F39801; }

.slick-prev:hover .iconfont, .slick-next:hover .iconfont { color: #fff; }

@media screen and (max-width: 999px) { .slick-prev, .slick-next { display: none; } }

.slick-prev { left: 5.416%; }

.slick-next { right: 5.416%; }

.slideshow:hover .slick-prev, .slideshow:hover .slick-next { display: none !important; }

/*# sourceMappingURL=slide3.css.map */
